home *** CD-ROM | disk | FTP | other *** search
- ; Copyto Install
- [version]
- signature="$CHICAGO$"
- SetupClass=BASE
-
- [DefaultInstall]
- CopyFiles=ThisDll.win.install,ThisDll.sys.install
- AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
- UpdateInis=ThisDll.Links
-
- [ThisDll.Add.Reg]
- HKCR,CLSID\%GUID%,,,"%NAME%"
- HKCR,CLSID\%GUID%\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
- HKCR,CLSID\%GUID%\InProcServer32,ThreadingModel,,"Apartment"
- HKCR,*\ShellEx\ContextMenuHandlers\%NAME%,,,%GUID%
- HKCR,folder\ShellEx\ContextMenuHandlers\%NAME%,,,%GUID%
-
- [ThisDll.Uninst.Reg]
- HKLM,%UIF%,DisplayName,,"%Uninst_DESC%"
- HKLM,%UIF%,UninstallString,,"%11%\%SubDir%\Copytoun.exe"
-
- [ThisDll.win.install]
- copyto.exe
- copyto.hlp
- copyto.cnt
-
- [ThisDll.sys.install]
- cptoshex.dll
- copytoun.exe
-
- [DestinationDirs]
- ThisDll.win.install=10
- ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
-
- [SourceDisksNames]
- 55="Copyto","",1
-
- [SourceDisksFiles]
- copyto.exe=55
- copyto.hlp=55
- copyto.cnt=55
- cptoshex.dll=55
- copytoun.exe=55
-
- [Strings]
- SubDir = "ShellExt"
- NAME="Copyto"
- ThisDll = "cptoshex.dll"
- UIF="Software\Microsoft\Windows\CurrentVersion\Uninstall\Copyto"
- GUID="{5095FFA0-2CFD-11d0-8C55-0080C7D71A86}"
- Uninst_DESC = "Copyto (Remove Only)"
- LinksPROG = "Copyto" ;
- LinksPROG_LOCN = "Copyto" ; shortcut location
- Links_Desc = "Copyto" ; shortcut name
- Links_ShortDesc= "Copyto" ; details view
-
- [ThisDll.Links]
- setup.ini, progman.groups,, "group1=%LinksPROG_LOCN%"
- setup.ini, group1,, """%Links_Desc%"", ""%10%\Copyto.Exe"",,,,,%Links_ShortDesc%"
- setup.ini, group1,, """%Links_Desc% Help"", ""%10%\Copyto.hlp"",,,,,%Links_ShortDesc%"
-